An initial Fink .info file is available for CHICKEN. To compile and install CHICKEN under Fink, please copy and paste the contents below to /sw/fink/dists/local/main/finkinfo/chicken.info.

Then run the following command:

> fink rebuild chicken

chicken.info

Package: chicken 
Version: 2.6
Revision: 1
Depends: pcre-shlibs
BuildDepends: gdbm3, readline5
Maintainer: Ivan Raikov <iraikov@ece.gatech.edu>

Source: http://www.call-with-current-continuation.org/%n-%v.tar.gz
Source-MD5: 475e07b6f87b72bb0de8dc512678c211
GCC: 4.0
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --prefix=%p --mandir=%p/share/man --infodir=%p/share/info
CompileScript: <<
  ./configure %c
  make 
<<
InstallScript: make install DESTDIR=%d 
SplitOff: <<
 Package: %N-shlibs
 Files: %lib/*.dylib %lib/*.la
 Shlibs: %p/%lib/libchicken.dylib 2.6.0 %n (>= 2.6-1) 
<<
Description: A compiler and interpreter for Scheme
DescDetail: <<
CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable, efficient C, supports almost all of the current
Scheme language standard, R5RS and includes many enhancements and
extensions. CHICKEN runs on MacOS X, Windows, and many Unix flavours.
<<
License: BSD
Homepage: http://www.call-with-current-continuation.org